* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Droid Sans Fallback", "微软雅黑", Arial, sans-serif;
    margin: 0 auto;
    position: relative;
    min-width: 320px;
    max-width: 750px;
}

a {
    text-decoration: none;
    color: #353940;
}

img {
    border: 0;
}

.con {
    width: 100%;
    height: auto;
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    position: relative;
    background: #353940;
}

.header_logo {
    width: 100px;
    float: left;
    height: 100%;
    margin-left: 6%;
}

.header_logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/images/soofei.webp) center 19px no-repeat;
    background-size: 100px auto;
}

.header_r {
    width: 20%;
    height: 100%;
    float: right;
}

.header_r a.header_l {
    background: url(/static/images/menu.webp) center no-repeat;
    background-size: 26px auto;
}

.header_r a.header_close {
    background: url(/static/images/close.png) center no-repeat;
    background-size: 40px auto;
}

.header_r a {
    display: block;
    width: 100%;
    height: 100%;
}

.header_list {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(53,57,64,0.98);
}

.header_list li {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    list-style: none;
    text-transform:uppercase;
    position: relative;
}

.header_list li a {
    display: block;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    font-size: 0.9rem;
    color: white;
    text-align: center;
    border-bottom: 1px solid #575b61;
}

.title {
    text-align: center;
    background-color: #F6F6F6;
    padding: 25px 0 30px;
}

.title h1 {
    line-height: 80px;
}

.title h3 {
    font-weight: normal;
}

.product {
    padding-top: 4%;
}

.title_line {
    width: 100%;
    height: 60px;
    background: url(/static/images/mtag.webp) 0 11px no-repeat;
    background-size: auto 38px;
}

.title_line h2 {
    display: block;
    float: left;
    line-height: 60px;
    height: 60px;
    margin-left: 30px;
}

.title_line a {
    display: block;
    float: right;
    line-height: 60px;
    height: 60px;
    margin-right: 30px;
}

.product_box {
    padding: 0 30px;
    margin: 10px 0 20px;
}

.games {
    background-color: #31d3c6;
}

.prod {
    width: 100%;
    /*padding: 5% 0;*/
    padding: 3% 0;
}

.prod_u {
    display: inline-block;
    width: 100%;
}

.prod_u p {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 3%;
}

.prod_u img {
    width: 18%;
    float: left;
    border-radius: 20%;
}

.prod_cont {
    width: 75%;
    float: left;
    margin-left:5%;
    padding-top: 10px;
}

.prod a {
    display: block;
/*    width: 100%;
    border: 1px solid #999999;
    border-radius: 15px;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-top: 3%;*/
}

.games .title_line a,.games .prod p {
    color: #fff;
}

.desc{
    margin: 0 auto;
    line-height: 25px;
    color: #353940;
    padding: 0 30px;
    font-size: 10pt;
}

.mail{
    padding: 3% 30px 10% 30px;
}

.mail a {
    color: #3897CD;
    font-size: 20px;
}

.footer {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.footer_box {
    /* width: 100%; */
    margin: 3% 30px 0 30px;
    background: url(/static/images/soofei.webp) 0px 42px no-repeat;
    background-size: 110px auto;
    padding-top: 80px;
}

.footer_box span {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    color: white;
    font-size: 0.8rem;
    line-height: 25px;
}

.footer_box a {
    color: #86888b;
    display: block;
    font-size: 0.7rem;
}
